Add changelog for upload
authorStuart Prescott <stuart@debian.org>
Thu, 26 Dec 2024 07:01:25 +0000 (18:01 +1100)
committerStuart Prescott <stuart@debian.org>
Thu, 26 Dec 2024 07:01:25 +0000 (18:01 +1100)
debian/changelog

index a005fd46ca809443bdf7bc7057ac0b108037bdc8..5dba001f9d605e0fbeafc348451a9219b4b206df 100644 (file)
@@ -1,3 +1,19 @@
+pyside6 (6.7.2-3) unstable; urgency=medium
+
+  [ Pino Toscano ]
+  * Drop the unused mesa-vulkan-drivers build dependency.
+  * Limit python3-pyside6.qtbluetooth & python3-pyside6.qtnfc as linux-any;
+    the modules they refer to are available only on Linux
+    - regenerate debian/tests/control accordingly
+  * Build w/ --parallel=N w.r.t parallel=N in $DEB_BUILD_OPTIONS (1 if unset);
+    if --parallel=N is not passed, ninja will use all the available cores by
+    default, which is not what should be done by default.
+
+  [ Stuart Prescott ]
+  * Add Python 3.13 as a supported version (Closes: #1091431).
+
+ -- Stuart Prescott <stuart@debian.org>  Thu, 26 Dec 2024 18:01:15 +1100
+
 pyside6 (6.7.2-2) unstable; urgency=medium
 
   * Add additional patches to mark failing tests as XFAIL to help with Qt 6.7